From 9ff2918975664383f644dfb0494c26f1eca7fa13 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 15 Nov 2002 06:11:52 +0000 Subject: [PATCH] Don't use C++ comments. --- route.c | 1 - 1 file changed, 1 deletion(-) diff --git a/route.c b/route.c index 6a4edbcb1..65752c90b 100644 --- a/route.c +++ b/route.c @@ -56,7 +56,6 @@ void route_disp (const route_head *rh, waypt_cb cb ) { queue *elem, *tmp; -// printf("NEW ROUTE\n"); QUEUE_FOR_EACH(&rh->waypoint_list, elem, tmp) { waypoint *waypointp; waypointp = (waypoint *) elem; -- 2.30.2